home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 March / macformat-101.iso / mac / MacFormat Data / Graphics / 00003_Script_subs < prev    next >
Encoding:
Text File  |  2001-01-25  |  245 b   |  11 lines

  1. on mouseEnter
  2.   put the text of member("Subs","Texts") into member ("InfoText","Texts")
  3. end
  4.  
  5. on mouseDown
  6.  gotonetpage "http://www.futurenet.com/promotion/cc006/99"
  7. end
  8.  
  9. on mouseLeave
  10.   put empty into member("InfoText","Texts")
  11. end